home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 200
- Top = 109
- Width = 252
- Height = 150
- Caption = 'OOB Attack'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 16
- Width = 49
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'IP'
- end
- object Label2: TLabel
- Left = 0
- Top = 40
- Width = 49
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Port'
- end
- object Edit1: TEdit
- Left = 48
- Top = 16
- Width = 185
- Height = 21
- AutoSize = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 48
- Top = 40
- Width = 57
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 16
- Top = 80
- Width = 83
- Height = 25
- Caption = 'Attack!'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 80
- Width = 73
- Height = 25
- Caption = 'Return to Main'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Sockets1: TSockets
- Left = 160
- Top = 40
- Width = 32
- Height = 32
- MaximumReceiveLength = 8192
- end
- end
-